I want to transform an XML document into HTML. Some XML elements have links to others documents like:
In the H
I just changed @Jotne's answer for "for loop".
for i in `seq 11 20`; do host myserver-$i | awk -v i="$i" '{print "myserver-"i" " $4}'; done